home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workbench Add-On
/
Workbench Add-On - Volume 1.iso
/
DiskUtil
/
CD-ROM
/
JukeBox
/
block.jb
< prev
next >
Wrap
Text File
|
1995-08-23
|
249b
|
12 lines
/* block trace */
/* (c) copyright 1992,93 by F.J. Reichert */
options results;
say 'tracing block addresses, press [ESC] to end';
do forever;
current block;
say 'current block address='||result;
current break;
if result ~= 0 then leave;
end;